home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
SML40
/
!Sml
/
Sml
/
compstuff
/
hc
/
debug
next >
Wrap
Text File
|
1990-10-05
|
620b
|
32 lines
/*$Header: /tmp_mnt/home/rjg/rjg/Ml/fam.src/UPTODATE/RCS/debug.h,v 4.0 89/09/20 13:32:40 rjg Exp $*/
/*$Log: debug.h,v $
* Revision 4.0 89/09/20 13:32:40 rjg
* incorporated RCS
* */
#ifdef DEBUGinterp
#ifndef NumByteCodes
#include "bcodes.h"
#endif
#ifndef INTZERO
#include "globdefs.h"
#include "structs.h"
#endif
# define TraceBackSize 100
char OpNameFile[1024] = "OpCodeCount" ;
int TraceInst = 0 ;
Byte nextbyte;
int OpcodeCount[NumByteCodes];
int DynamicOpcodeCount[NumByteCodes];
Byte TraceBackList[TraceBackSize];
int LastInst = TraceBackSize ,
FirstInst = TraceBackSize ;
#endif